From: Luc Teirlinck Date: Sat, 31 Jul 2004 15:57:40 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21504 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b624a896e05dcc71a6aaa473cd08083b8bc2e78f;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index eb2ed608856..07b91d16040 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11371,8 +11371,8 @@ It's called with one argument, the help string to display. */); After a command is executed, if point is moved into a region that has special properties (e.g. composition, display), we adjust point to -the boundary of the region. But, several special commands sets this -variable to non-nil, then we suppress the point adjustment. +the boundary of the region. But, when a command sets this variable to +non-nil, we suppress the point adjustment. This variable is set to nil before reading a command, and is checked just after executing the command. */);